1_ Read all persons

2_ Add new person

3_ Update Person with Id 1

4_ Delete persons with Id > 1

5_ Concurency handling during save

6_ Automatic join with WHERE (persons and departments)

7_ Use navigation property to read Department name for every person

8_ Join with in memory list and data in DB (person and departments ids)

9_ How will SQL query look like when WHERE in before or after JOIN)

10_ When will ORDER BY (unexpectedly) present in SQL query

11_ How will be join tables for N to relationship in model handled